colorplane: Don't connect to the configure-event signal
authorJasper St. Pierre <jstpierre@mecheye.net>
Thu, 26 Jun 2014 18:16:26 +0000 (14:16 -0400)
committerJasper St. Pierre <jstpierre@mecheye.net>
Thu, 26 Jun 2014 19:58:44 +0000 (15:58 -0400)
commit886f58e1cf2b4918ae33dc2b6279fd7e61c56827
tree500b043c67a69e31eafb8dd09dcf06ce27b47663
parent5b571ff4b6eff43d187f288974b4c8de67f33aa1
colorplane: Don't connect to the configure-event signal

We want to stop people from using configure events
entirely. GtkDrawingArea synthesizes a configure event, but we can just
make the only user of this functionality stop it, and correct the
documentation to not mention it.
gtk/gtkcolorplane.c
gtk/gtkdrawingarea.c